listbox: Activate single-click rows if n_press >= 1
authorTimm Bäder <mail@baedert.org>
Thu, 10 Sep 2020 05:01:18 +0000 (07:01 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 15 Sep 2020 03:21:54 +0000 (05:21 +0200)
commite669433cde60068099c7c03235475673d0ed7db4
tree4a3cae70e0bbb47e3a830176a462d009cf329685
parenta6f86d9c26b43a73104c95ee75a9ba1465ce4d56
listbox: Activate single-click rows if n_press >= 1

Quickly clicking rows should always activate the row if
single-click-activation is enabled. Before, only the first click
(n_press == 1) would activate the row.
gtk/gtklistbox.c